Sum The Array

05.04.2023

Your job is to add a method 'sum' to all array objects, which sums all the numbers in it. You should return 0 if the array is empty.

Blog_Description